net/http.http2roundRobinWriteScheduler.head (field)
12 uses
net/http (current package)
h2_bundle.go#L11395: head *http2writeQueue
h2_bundle.go#L11419: if ws.head == nil {
h2_bundle.go#L11420: ws.head = q
h2_bundle.go#L11426: q.prev = ws.head.prev
h2_bundle.go#L11427: q.next = ws.head
h2_bundle.go#L11440: ws.head = nil
h2_bundle.go#L11444: if ws.head == q {
h2_bundle.go#L11445: ws.head = q.next
h2_bundle.go#L11478: if ws.head == nil {
h2_bundle.go#L11481: q := ws.head
h2_bundle.go#L11484: ws.head = q.next
h2_bundle.go#L11488: if q == ws.head {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |